'Declaration Public Function New( _ ByVal collection As C1.DataCollection.IDataCollection(Of Object), _ ByVal dataIndex As Integer _ )
public ListViewItem( C1.DataCollection.IDataCollection<object> collection, int dataIndex )
Parameters
- collection
- The collection containing the item.
- dataIndex
- Index of the data inside the collection.